home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / unix / common / configure.in < prev    next >
Text File  |  1994-03-28  |  434b  |  15 lines

  1. GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
  2.  
  3. changequote(,)
  4. if [ ! "$inhibit_glue" ]; then
  5. changequote([,])
  6.  
  7. # Find out what this system calls `sys_siglist'.
  8. AC_HAVE_FUNCS(sys_siglist _sys_siglist)
  9.  
  10. # Find out the name of the table the system's <ctype.h> uses for character
  11. # classification.  This is used by sysdeps/unix/common/glue-ctype.c.
  12. AC_HAVE_FUNCS(_ctype_ __ctype_ __ctype _ctype__ _ctype _locp)
  13.  
  14. fi
  15.